projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2782712
)
(compilation-ask-about-save): Add autoload cookie.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 5 Sep 1997 19:41:25 +0000
(19:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 5 Sep 1997 19:41:25 +0000
(19:41 +0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index 6d12db7075dd8bf155b39f775eda62ec10c92cc8..4eaf4b49681c5f9e06f5ecc43e165604efc72154 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-352,6
+352,7
@@
Otherwise, M-x compile just uses the value of `compile-command'."
:type 'boolean
:group 'compilation)
+;;;###autoload
(defcustom compilation-ask-about-save t
"*If not nil, M-x compile asks which buffers to save before compiling.
Otherwise, it saves all modified buffers without asking."